home *** CD-ROM | disk | FTP | other *** search
/ Easy Personal Web Page / Easy Personal Web Page.iso / HTML_EDT / HTMLED / HTMLED32.EXE / 0 / RCDATA / TINSERTIMAGEBOX / TINSERTIMAGEBOX.txt
Encoding:
Text File  |  1996-05-02  |  3.9 KB  |  222 lines

  1. object InsertImageBox: TInsertImageBox
  2.   Left = 56
  3.   Top = 84
  4.   BorderStyle = bsDialog
  5.   Caption = 'Inline Image'
  6.   ClientHeight = 179
  7.   ClientWidth = 541
  8.   Font.Color = clBlack
  9.   Font.Height = -12
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   TextHeight = 13
  15.   object TLabel
  16.     Left = 14
  17.     Top = 16
  18.     Width = 35
  19.     Height = 13
  20.     Alignment = taRightJustify
  21.     Caption = 'Image'
  22.   end
  23.   object Label1: TLabel
  24.     Left = 405
  25.     Top = 45
  26.     Width = 29
  27.     Height = 13
  28.     Alignment = taRightJustify
  29.     Caption = 'Align'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 15
  33.     Top = 78
  34.     Width = 34
  35.     Height = 13
  36.     Alignment = taRightJustify
  37.     Caption = 'Width'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 110
  41.     Top = 78
  42.     Width = 38
  43.     Height = 13
  44.     Alignment = taRightJustify
  45.     Caption = 'Height'
  46.   end
  47.   object Label4: TLabel
  48.     Left = 209
  49.     Top = 78
  50.     Width = 38
  51.     Height = 13
  52.     Alignment = taRightJustify
  53.     Caption = 'Border'
  54.   end
  55.   object Label5: TLabel
  56.     Left = 312
  57.     Top = 78
  58.     Width = 49
  59.     Height = 13
  60.     Caption = 'VSPACE'
  61.   end
  62.   object Label6: TLabel
  63.     Left = 422
  64.     Top = 78
  65.     Width = 50
  66.     Height = 13
  67.     Caption = 'HSPACE'
  68.   end
  69.   object Label7: TLabel
  70.     Left = 23
  71.     Top = 112
  72.     Width = 26
  73.     Height = 13
  74.     Alignment = taRightJustify
  75.     Caption = 'URL'
  76.   end
  77.   object Label8: TLabel
  78.     Left = 14
  79.     Top = 46
  80.     Width = 81
  81.     Height = 13
  82.     Alignment = taRightJustify
  83.     Caption = 'Alternate Text'
  84.   end
  85.   object AlignCombo: TComboBox
  86.     Left = 437
  87.     Top = 41
  88.     Width = 87
  89.     Height = 21
  90.     ItemHeight = 13
  91.     Items.Strings = (
  92.       'left'
  93.       'right'
  94.       'top'
  95.       'texttop'
  96.       'middle'
  97.       'absmiddle'
  98.       'baseline'
  99.       'bottom'
  100.       'absbottom')
  101.     TabOrder = 2
  102.     OnChange = UpdateURL
  103.   end
  104.   object BrowseButton: TButton
  105.     Left = 310
  106.     Top = 10
  107.     Width = 69
  108.     Height = 23
  109.     Caption = 'Browse...'
  110.     TabOrder = 1
  111.     OnClick = BrowseButtonClick
  112.   end
  113.   object BorderEdit: TEdit
  114.     Left = 252
  115.     Top = 74
  116.     Width = 49
  117.     Height = 21
  118.     TabOrder = 6
  119.     OnChange = UpdateURL
  120.   end
  121.   object WidthEdit: TEdit
  122.     Left = 54
  123.     Top = 74
  124.     Width = 47
  125.     Height = 21
  126.     TabOrder = 4
  127.     OnChange = UpdateURL
  128.   end
  129.   object VSpaceEdit: TEdit
  130.     Left = 364
  131.     Top = 74
  132.     Width = 47
  133.     Height = 21
  134.     TabOrder = 7
  135.     OnChange = UpdateURL
  136.   end
  137.   object HeightEdit: TEdit
  138.     Left = 152
  139.     Top = 74
  140.     Width = 47
  141.     Height = 21
  142.     TabOrder = 5
  143.     OnChange = UpdateURL
  144.   end
  145.   object HSpaceEdit: TEdit
  146.     Left = 476
  147.     Top = 74
  148.     Width = 47
  149.     Height = 21
  150.     TabOrder = 8
  151.     OnChange = UpdateURL
  152.   end
  153.   object AltEdit: TEdit
  154.     Left = 100
  155.     Top = 42
  156.     Width = 291
  157.     Height = 21
  158.     TabOrder = 3
  159.     OnChange = UpdateURL
  160.   end
  161.   object SrcEdit: TEdit
  162.     Left = 54
  163.     Top = 12
  164.     Width = 251
  165.     Height = 21
  166.     TabOrder = 0
  167.     OnChange = SrcEditChange
  168.   end
  169.   object TagCombo: TComboBox
  170.     Left = 54
  171.     Top = 108
  172.     Width = 469
  173.     Height = 21
  174.     ItemHeight = 13
  175.     TabOrder = 9
  176.   end
  177.   object BitBtn1: TBitBtn
  178.     Left = 150
  179.     Top = 140
  180.     Width = 77
  181.     Height = 27
  182.     TabOrder = 10
  183.     OnClick = OkButtonClick
  184.     Kind = bkOK
  185.   end
  186.   object BitBtn2: TBitBtn
  187.     Left = 234
  188.     Top = 140
  189.     Width = 77
  190.     Height = 27
  191.     TabOrder = 11
  192.     Kind = bkCancel
  193.   end
  194.   object BitBtn3: TBitBtn
  195.     Left = 318
  196.     Top = 140
  197.     Width = 77
  198.     Height = 27
  199.     TabOrder = 12
  200.     OnClick = BitBtn3Click
  201.     Kind = bkHelp
  202.   end
  203.   object IncludeLocalPathCheck: TCheckBox
  204.     Left = 388
  205.     Top = 14
  206.     Width = 137
  207.     Height = 17
  208.     Caption = 'Include Local Path'
  209.     TabOrder = 13
  210.     OnClick = IncludeLocalPathCheckClick
  211.   end
  212.   object BrowseOpenDialog: TOpenDialog
  213.     FileEditStyle = fsComboBox
  214.     Filter = 
  215.       'GIF Images (*.gif)|*.gif|JPEG Images (*.jpg)|*.jpg|All Files (*.' +
  216.       '*)|*.*'
  217.     Options = [ofHideReadOnly, ofShowHelp]
  218.     Left = 6
  219.     Top = 140
  220.   end
  221. end
  222.